home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / Cosmic Defender.swf / scripts / frame_19 / PlaceObject2_116_15 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2006-06-13  |  131 b   |  11 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.sound_on)
  3.    {
  4.       gotoAndStop(1);
  5.    }
  6.    else
  7.    {
  8.       gotoAndStop(2);
  9.    }
  10. }
  11.